home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / c / northc / example2.lzh / fortune / Makefile < prev    next >
Makefile  |  1990-08-30  |  323b  |  16 lines

  1. #Makefile for the fortune program
  2.  
  3. fortune: fortune.o
  4.     blink with $*.blink
  5.  
  6. # If you have only a single disk then delete the previous dependancy 
  7. # and uncomment the rest of the file
  8.  
  9. #fortune: fortune.o
  10. #    blink with $*.blink
  11. #
  12. #.c.o:
  13. #    NorthC:bin/NorthC -Ot:$*.s $*.c
  14. #    NorthC:bin/A68K -g -q -o$*.o t:$*.s
  15. #    delete t:$*.s
  16.